home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2009 June / maximum-cd-2009-06.iso / DiscContents / digsby_setup.exe / res / MessageStyles / Smooth Separate Lines.AdiumMessageStyle / Contents / Resources / styles / layout.css < prev   
Encoding:
Cascading Style Sheet File  |  2007-12-13  |  407 b   |  37 lines

  1. body
  2. {
  3.     margin: 0px;
  4. }
  5.  
  6. #Chat {
  7.     overflow: hidden;
  8. }
  9.  
  10. .bottomdivider {
  11.     width: 100%;
  12.     position: fixed;
  13.     bottom: 0px;
  14.     margin: 0px;
  15.     padding: 0px;
  16.     left: 0px;
  17. }
  18.  
  19. .status_message {
  20.     padding: 0px 7px 0px 7px;
  21. }
  22.  
  23. .prefix {
  24.     margin-right: -23px;
  25.     position: relative;
  26.     right: 23px;
  27. }
  28.  
  29. .messagebody {
  30.     padding: 1px 7px 1px 30px;
  31.     overflow: auto;
  32. }
  33.  
  34. .nextmessagebody {
  35.     padding: 1px 7px 1px 30px;
  36.     overflow: auto;
  37. }